00001 #ifndef ASCONNECTION_H 00002 #define ASCONNECTION_H 00003 00004 #include <resources.h> 00005 00006 // pure virtual (component oriented) interface of any 00007 // plugin that offers a networkSetup 00008 class AsNetworkSetup : public RuntimeInfo { 00009 00010 public : 00011 00012 AsNetworkSetup( ANetNodeInstance * NNI ) : 00013 RuntimeInfo( NNI ) { 00014 } 00015 00016 }; 00017 00018 #endif
1.4.2