Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

def.h

00001 //
00002 //  def.h
00003 //  This file is generated by stubgen2.
00004 //
00005 
00006 //
00007 // Copyright 2002 Sony Corporation 
00008 //
00009 // Permission to use, copy, modify, and redistribute this software for
00010 // non-commercial use is hereby granted.
00011 //
00012 // This software is provided "as is" without warranty of any kind,
00013 // either expressed or implied, including but not limited to the
00014 // implied warranties of fitness for a particular purpose.
00015 //
00016 
00017 #ifndef _def_h_DEFINED
00018 #define _def_h_DEFINED
00019 
00020 //
00021 //  Object name
00022 //
00023 const char* const objectName = "TelepatiTcp";
00024 
00025 //
00026 //  Number of OObserver & OSubeject instances
00027 //
00028 const int numOfSubject  = 1;
00029 const int numOfObserver = 1;
00030 
00031 //
00032 //  Service name
00033 //
00034 const char* const subjectService[numOfSubject] = 
00035 {
00036         "TelepatiTcp.ReceiveMsg.byte.S"
00037 };
00038 
00039 const char* const observerService[numOfObserver] = 
00040 {
00041         "TelepatiTcp.SendMsg.byte.O"
00042 };
00043 
00044 //
00045 //  OSubject Index
00046 //
00047 const int sbjReceiveMsg = 0;
00048 
00049 //
00050 //  OObserver Index
00051 //
00052 const int obsSendMsg = 0;
00053 
00054 
00055 #endif // _def_h_DEFINED

Generated on Thu Feb 3 23:22:55 2005 for TelepatiTcp by  doxygen 1.3.9.1