(file) Return to HandlerTable.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / HandlerService

Diff for /pegasus/src/Pegasus/HandlerService/HandlerTable.h between version 1.15 and 1.16

version 1.15, 2006/08/15 18:58:47 version 1.16, 2006/08/16 23:05:53
Line 44 
Line 44 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 class PEGASUS_HANDLER_SERVICE_LINKAGE  
 CreateHandlerReturnedNull : public Exception  
 {  
 public:  
   
     CreateHandlerReturnedNull(  
         const String& libName,  
         const String& funcName)  
         : Exception(funcName + " returned null in library " + libName) { }  
 };  
   
 // The handler table maintains a list of handlers which have been // The handler table maintains a list of handlers which have been
 // dynamically loaded. It maintains a mapping between string // dynamically loaded. It maintains a mapping between string
 // handler identifiers and handlers. Indication Processor will use the // handler identifiers and handlers. Indication Processor will use the


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2