info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

two modules??


From: mehul choube
Subject: two modules??
Date: 11 Dec 2002 07:11:53 -0000

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]