kanyremote_interface.h

00001 #ifndef __KANYREMOTE_INTERFACE_H
00002 #define __KANYREMOTE_INTERFACE_H
00003 
00004 class KAnyRemoteInterface
00005 {
00006 public:
00007     KAnyRemoteInterface() {}
00008     virtual ~KAnyRemoteInterface() {}
00009 
00010 
00011 private:
00012     KAnyRemoteInterface( const KAnyRemoteInterface& source );
00013     void operator = ( const KAnyRemoteInterface& source );
00014 };
00015 
00016 
00017 #endif // __KANYREMOTE_INTERFACE_H

Generated on Sat Apr 15 13:37:02 2006 for kanyremote.kdevelop by  doxygen 1.4.6