00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00018
00019
00020
00021 #ifndef __MX_ISUPPORTSSSLSPECIFICATION_H__
00022 #define __MX_ISUPPORTSSSLSPECIFICATION_H__
00023
00024
00025
00026 #define MX_ISUPPORTSSSLSPECIFICATION_ID "ISupportsSSLSpecification"
00027
00028
00029
00030 #include "IInterface.h"
00031
00032
00033
00034 class mxmIPAddress;
00035
00036
00037
00038 namespace mx {
00039
00041
00046 class ISupportsSSLSpecification : virtual public IInterface {
00047
00048 public:
00050
00056 virtual void setSSL(const mxmIPAddress &proxy) = 0;
00057 };
00058 };
00059
00060
00061
00062 #endif // __MX_ISUPPORTSSSLSPECIFICATION_H__