Ignore:
Timestamp:
2008-05-13T12:26:57+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Untangling colservr/recpt) Removed some unused references to recptconfig.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/oaiservr/oaiaction.cpp

    r15196 r15403  
    22#include "oaitools.h"
    33#include "OIDtools.h"
    4 #include "recptconfig.h"
    54
    65#include <string>
     
    210209  text_tmap::const_iterator end;
    211210  int numArgs = params.getSize();
    212   text_t gsdlhome, httpdomain, httpprefix;
    213211
    214212  here = params.begin();
    215213  end  = params.end();
    216214 
    217   // Read stuff from the gsdlsite.cfg file. We do this to get the base URL (httpdomain)
    218   //site_cfg_read(gsdlhome, httpdomain, httpprefix);
    219215  text_t baseURL = this->configuration->getCollectionConfig("", "baseURL");
    220216
Note: See TracChangeset for help on using the changeset viewer.