00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef SRVPROPERTIES_H
00010 #define SRVPROPERTIES_H
00011
00012 namespace compp {
00013 class SrvProperties {
00014
00015 public:
00016 SrvProperties( ) {}
00017 virtual ~SrvProperties( ){}
00018
00019 protected:
00020
00021
00022 };
00023 }
00024
00025 #endif