gomd-devel
[Top][All Lists]
Advanced

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

[gomd-devel] <DAEMON>: some (small) changes... ;)


From: Gian Paolo Ghilardi
Subject: [gomd-devel] <DAEMON>: some (small) changes... ;)
Date: Sun, 13 Jul 2003 00:46:04 +0200

Hi all.

I've worked about 8h to split gomd.cpp in two different classes: connHandler
(to accept client conn) and requestProcessing (to process client request).
Results? Ugly! requestProcessing.cpp contained 90+% of gomd.cpp so this
split was unuseful.
So I leave all unchanged.

Beyond  this unsuccess, I've done some small changes.
Below are the notes about them.

CU.
Byez.

<rejected>


<<CVS NOTES>

NOTE: from this release I renamed important files (gomd.h/gomd.cpp)
(r) renamed gomd.h to connHandler.h
(r) renamed gomd.cpp to connHandler.cpp
I made this change to avoid confusion about the program (before this change
word "gomd" referred to the project, to the daemon and the class
implementing the client conn => ugly!) .

IN Makefile.with_libgtop/Makefile.no_libgtop/main.cpp
(m) modified #include and objects to support connHandler.h/connHandler.cpp
(they were gomd.h/gopmd.cpp)

IN constants.h
(+) cosmetics

IN compile.sh
(m) modify compilation order: now library and examples will be built before
the daemon (as the daemon, in afuture,
      will depend on the library)
(r) renamed locateLibgtop() to findLibgtop()
(r) renamed locateCommoncpp() to findCommoncpp()
(m) findLibgtop() and findCommoncpp() now use std UNIX "find" program to
look for dependencies

IN README
(m) modified the note about the use of "locate" as the program now used
"find".





reply via email to

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