- Run the Looper

- Create Agent from the LocalDevice
- Fix constructors



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24977 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes
2008-04-15 22:31:54 +00:00
parent be79ee53e1
commit 078958f502
3 changed files with 13 additions and 16 deletions
+2 -2
View File
@@ -113,8 +113,8 @@ LocalDevice::GetLocalDeviceCount()
DiscoveryAgent*
LocalDevice::GetDiscoveryAgent()
{
return NULL;
/* TODO: Study a singleton here */
return new DiscoveryAgent(this);
}