/* * test.cpp * * Created on: Jul 25, 2012 * Author: rryan */ #include "CMHbookPublisher.h" #include #include int main(int narg, char *argv[]) { string UDL = "cMsg://localhost/cMsg/rootspy"; CMHbookPublisher *go = new CMHbookPublisher(UDL); string dumb; cout << "enter anything to quit" << endl; cin >> dumb; }