Skip to content

Commit

Permalink
remove dependency on DBOutputService
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhen Xie committed Jun 2, 2008
1 parent 110c60c commit 7e98360
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CondCore/Utilities/bin/cmscond_export_iov.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
#include "SealBase/SharedLibraryError.h"


#include "CondCore/DBOutputService/interface/Logger.h"
#include "CondCore/DBOutputService/interface/LogDBEntry.h"
#include "CondCore/DBOutputService/interface/UserLogInfo.h"
#include "CondCore/DBOutputService/interface/TagInfo.h"
#include "CondCore/DBCommon/interface/Logger.h"
#include "CondCore/DBCommon/interface/LogDBEntry.h"
#include "CondCore/DBCommon/interface/UserLogInfo.h"
#include "CondCore/DBCommon/interface/TagInfo.h"


#include "CondCore/DBCommon/interface/ObjectRelationalMappingUtility.h"
Expand Down Expand Up @@ -280,7 +280,7 @@ int main( int argc, char** argv ){
logdb->createLogDBIfNonExist();
logdb->releaseWriteLock();
}
cond::service::UserLogInfo a;
cond::UserLogInfo a;
a.provenance=sourceConnect+"/"+inputTag;
a.usertext="exportIOV V1.0;";
{
Expand Down

0 comments on commit 7e98360

Please sign in to comment.