ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Spectre2/Spectre2.cpp
(Generate patch)

Comparing Spectre2/Spectre2.cpp (file contents):
Revision 406 by douglas, 2004-12-30T22:08:35-08:00 vs.
Revision 407 by douglas, 2004-12-30T22:32:13-08:00

# Line 15 | Line 15
15   extern "C"
16   {
17   #include <sys/types.h>
18 #include <unistd.h>
18   #include <signal.h>
19   }
20  
# Line 86 | Line 85 | Spectre2::Spectre2(const ext::String& co
85          }
86  
87          _mforeach (ext::Vector<Daemon*>, daemon, daemons) (*daemon)->start();
88 +        _mforeach (ext::Vector<Daemon*>, daemon, daemons) (*daemon)->wait();
89   }
90  
91   Spectre2::~Spectre2()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines