00001 /* 00002 * Copyright(C) OASIS(R) 2006,2010. All Rights Reserved. 00003 * OASIS trademark, IPR and other policies apply. 00004 */ 00005 00013 #ifndef _oasis_sca_ServiceProxy_h_ 00014 #define _oasis_sca_ServiceProxy_h_ 00015 00016 #include "oasis/sca/RefCountingPointer.h" 00017 00018 namespace oasis { 00019 namespace sca { 00020 00024 class ServiceProxy { 00025 public: 00026 virtual ~ServiceProxy(); 00027 }; 00028 00032 typedef RefCountingPointer<ServiceProxy> ServiceProxyPtr; 00033 00034 } // namespace sca 00035 } // namespace oasis 00036 00037 #endif /* _oasis_sca_ServiceProxy_h_ */