[sword-cvs] sword/bindings/corba/orbitcpp Makefile,1.2,1.3 testclient.cpp,1.2,1.3
sword@www.crosswire.org
sword@www.crosswire.org
Sat, 3 May 2003 18:16:46 -0700
- Previous message: [sword-cvs] sword/bindings/corba/orbitcpp Makefile,1.1,1.2 server.cpp,1.1,1.2 sword-impl.hpp,1.1,1.2 swordorb-impl.cpp,1.1,1.2 testclient.cpp,1.1,1.2
- Next message: [sword-cvs] sword/bindings/corba/java - New directory
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/sword/bindings/corba/orbitcpp
In directory www:/tmp/cvs-serv30390/bindings/corba/orbitcpp
Modified Files:
Makefile testclient.cpp
Log Message:
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/sword/bindings/corba/orbitcpp/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile 4 May 2003 01:03:00 -0000 1.2
--- Makefile 4 May 2003 01:16:44 -0000 1.3
***************
*** 1,5 ****
all: server testclient
! server: server.cpp swordorb-impl.cpp swordorb-common.o swordorb-cpp-common.o swordorb-stubs.o swordorb-cpp-stubs.o
g++ -I. -I../../../include -I/usr/include/orbitcpp-2.0/ `orbit2-config --cflags` -o server server.cpp swordorb-impl.cpp swordorb-common.o swordorb-cpp-common.o swordorb-stubs.o swordorb-cpp-stubs.o swordorb-cpp-skels.o swordorb-skels.o `orbit2-config --libs` -lORBit-2-cpp -lsword -lz
--- 1,5 ----
all: server testclient
! server: server.cpp swordorb-impl.cpp swordorb-common.o swordorb-cpp-common.o swordorb-stubs.o swordorb-cpp-stubs.o swordorb-cpp-skels.o swordorb-skels.o
g++ -I. -I../../../include -I/usr/include/orbitcpp-2.0/ `orbit2-config --cflags` -o server server.cpp swordorb-impl.cpp swordorb-common.o swordorb-cpp-common.o swordorb-stubs.o swordorb-cpp-stubs.o swordorb-cpp-skels.o swordorb-skels.o `orbit2-config --libs` -lORBit-2-cpp -lsword -lz
Index: testclient.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/bindings/corba/orbitcpp/testclient.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** testclient.cpp 4 May 2003 01:03:00 -0000 1.2
--- testclient.cpp 4 May 2003 01:16:44 -0000 1.3
***************
*** 26,30 ****
swordorb::ModInfoList *modInfoList;
! // Do the actual CORBA call here
modInfoList = ptr->getModInfoList();
std::cout << "sequence length: " << modInfoList->length() << "\n";
--- 26,32 ----
swordorb::ModInfoList *modInfoList;
!
! std::cout << "PrefixPath: " << ptr->getPrefixPath() << "\n";
! std::cout << "ConfigPath: " << ptr->getConfigPath() << "\n";
modInfoList = ptr->getModInfoList();
std::cout << "sequence length: " << modInfoList->length() << "\n";
- Previous message: [sword-cvs] sword/bindings/corba/orbitcpp Makefile,1.1,1.2 server.cpp,1.1,1.2 sword-impl.hpp,1.1,1.2 swordorb-impl.cpp,1.1,1.2 testclient.cpp,1.1,1.2
- Next message: [sword-cvs] sword/bindings/corba/java - New directory
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]