summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/Caching/URL_Locator.cpp
blob: b7d00b104c1930f4a8b08c833f4b608b493ec494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* -*- C++ -*- */

// $Id$

#if !defined (ACE_URL_LOCATOR_C)
#define ACE_URL_LOCATOR_C

#define ACE_BUILD_DLL
#include "URL_Locator.h"

#if !defined (__ACE_INLINE__)
#include "URL_Locator.i"
#endif

ACE_URL_Locator::~ACE_URL_Locator (void)
{
}

char *
ACE_URL_Locator::error_status (void)
{
  return "Not implemented yet.";
}

#endif /* ACE_URL_LOCATOR_C */