//
// Copyright (C) 2006 SIPfoundry Inc.
// License by SIPfoundry under the LGPL license.
//
// Copyright (C) 2006 Pingtel Corp.
// Licensed to SIPfoundry under a Contributor Agreement.
//
//////////////////////////////////////////////////////////////////////////////
// SYSTEM INCLUDES
#include <assert.h>
// APPLICATION INCLUDES
#include "CallStateEventWriter.h"
// DEFINES
// MACROS
// EXTERNAL FUNCTIONS
// EXTERNAL VARIABLES
// CONSTANTS
// STRUCTS
// TYPEDEFS
// FORWARD DECLARATIONS
/* //////////////////////////// PUBLIC //////////////////////////////////// */
/* ============================ CREATORS ================================== */
/// Instantiate an event builder and set the observer name for its events
CallStateEventWriter::CallStateEventWriter(CseLogTypes logType,
const char* logName)
: mLogName(logName),
mbWriteable(false),
mLogType(logType)
{
}
/// Destructor
CallStateEventWriter::~CallStateEventWriter()
{
}
void CallStateEventWriter::flush()
{
}
syntax highlighted by Code2HTML, v. 0.9.1