#include "ace/Message_Block.h"
#include "ace/Task.h"
#include "ace/Thread_Mutex.h"
#include "ace/Thread_Semaphore.h"
#include "ace/Get_Opt.h"
#include "ace/Reactor.h"
#include "ace/Service_Object.h"
#include "ace/OS.h"
#include "ace/Signal.h"
#include "ace/Log_Msg.h"
#include "ace/Service_Repository.h"
#include "ace/Service_Types.h"
#include "ace/Dynamic_Service.h"
#include <Channel.h>
#include <CvmBaseChannel.h>
#include <string>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | cvm |
Classes | |
class | cvm::CvmBaseTask< Channel > |
Enumerations | |
enum | cvm::TASK_STATE { cvm::TASK_NULL = 0, cvm::TASK_INIT, cvm::TASK_ACTIVE, cvm::TASK_SUSPEND, cvm::TASK_EXIT } |