hi all,
i m working on two projects:
a) cvsClient,
b) kcvsServer.
cvsClient is present as a module in repository on cvs server.
its contents are :-
cvsClient
|
|--- include
| |
| |--- cvs_cmds.h
|
|--- src
|
|--- cvs_cmds.cpp

kcvsServer is peresent as a module in repository on cvs server.
its contents are :-
kcvsServer
|
|--- include
| |
| |--- server.h
|
|--- src
|
|--- server.cpp

server.cpp in kcvsServer module calls certain API's written in
cvs_cmds.cpp in cvsClient module. now should i also add cvs_cmds.cpp
to kcvsServer or there is any way out?

mehul.



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to