=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tests / Bug_3499_Regression / DLL_Service.cpp
blob7f05a4ce4da06fe022de038ee40cd01c2e719b60
1 #include "DLL_Service.h"
3 ACE_DLL_Service::ACE_DLL_Service ()
7 ACE_DLL_Service::~ACE_DLL_Service ()
11 int ACE_DLL_Service::init (int, ACE_TCHAR *[])
13 return 0;
16 int ACE_DLL_Service::fini ()
18 return 0;
21 void ACE_DLL_Service::destroy ()
23 delete this;