Main Page | Class List | File List | Class Members

INameInterface.cpp

00001 
00044 /*-----------------------------------------------------------------------------------------------*/
00045 #include <string>
00046 #include "INameInterface.h"
00047 
00048 
00049 
00050 /*-----------------------------------------------------------------------------------------------*/
00054 /*-----------------------------------------------------------------------------------------------*/
00055 INameInterface::INameInterface() 
00056 {
00057 }
00058 
00059 
00060 /*-----------------------------------------------------------------------------------------------*/
00066 /*-----------------------------------------------------------------------------------------------*/
00067 INameInterface::INameInterface(const std::string &strObjectName) 
00068 {
00069         m_strObjectName = strObjectName;
00070 }
00071 
00072 
00073 /*-----------------------------------------------------------------------------------------------*/
00080 /*-----------------------------------------------------------------------------------------------*/
00081 INameInterface::INameInterface(const std::string &strObjectName, const std::string &strGroupName) 
00082 {
00083         m_strObjectName = strObjectName;
00084         m_strGroupName = strGroupName;
00085 }
00086 
00087 
00088 /*-----------------------------------------------------------------------------------------------*/
00092 /*-----------------------------------------------------------------------------------------------*/
00093 INameInterface::~INameInterface()
00094 {
00095 }
00096 
00097 
00098 //END

Generated on Tue Dec 14 23:46:21 2004 for INameInterface by  doxygen 1.3.9.1