1 #if !defined (ACE_URL_LOCATOR_C)
2 #define ACE_URL_LOCATOR_C
4 #include "URL_Locator.h"
7 ACE_URL_Locator::opname
[] =
8 // Human readable operation name
19 ACE_URL_Locator::selection_name
[] =
28 ACE_URL_Locator::err_name
[] =
31 "Offer already exist",
34 "function not implemented",
38 ACE_URL_Locator::~ACE_URL_Locator ()
43 ACE_URL_Locator::error_status ()
45 return "Not implemented yet.";
48 #endif /* ACE_URL_LOCATOR_C */