--- a/smf/smfservermodule/smfserver/smfserverglobal.h Mon Jun 07 11:43:45 2010 +0100
+++ b/smf/smfservermodule/smfserver/smfserverglobal.h Wed Jun 23 19:51:49 2010 +0530
@@ -21,6 +21,7 @@
#define SMFSERVERGLOBAL_H_
#include <QString>
+
/**
* Enum declaration for Network status information
*/
@@ -43,29 +44,6 @@
SmfTransportInitNoError // value = 2
};
-/**
- * The enumeration used to indicate result of plugin manager operations
- */
-enum SmfPluginManagerResult
- {
- SmfPluginNoError = 0,
- SmfPluginNotFound,
- SmfPluginNotLoaded,
- SmfPluginLoaded,
- SmfPluginLoadError,
- SmfPluginAuthorised,
- SmfPluginNotAuthorised,
- SmfPluginRequestCreated,
- SmfPluginRequestCreationFailed,
- SmfPluginUnknownService,
- SmfPluginRequestSendingFailed,
- SmfPluginSOPCheckFailed,
- SmfPluginServiceError,
- SmfPluginResponseParsed,
- SmfPluginResponseParseFailure,
- SmfPluginSendRequestAgain,
- SmfPluginUnknownError
- };
/**
* The structure used to track the data usage of each plugins