Show
Ignore:
Timestamp:
09/07/09 12:43:48 (15 years ago)
Author:
bhilburn
Message:

First step in revamping component architecture in preperation for fixing
the CBR implementation. Files only now include the declaration for the
component they need - not all of them.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/service_management_layer/sml_demo.cpp

    r411 r465  
    3434#include "sqlite3.h" 
    3535 
    36 //#include "tinyxml.h" 
    37 //#include "tinyxml.cpp" 
    38 //#include "tinystr.h" 
    39  
    4036#include "vtcross/common.h" 
    41 #include "vtcross/components.h" 
    4237#include "vtcross/containers.h" 
    4338#include "vtcross/debug.h" 
    4439#include "vtcross/error.h" 
     40#include "vtcross/service_management_layer.h" 
    4541#include "vtcross/socketcomm.h" 
    46  
    47  
    48  
    49 /*#include <stdio.h> 
    50 #include <sys/types.h> 
    51 #include <sys/socket.h> 
    52 #include <netinet/in.h> 
    53 #include <netdb.h> 
    54 //#include <iostream> 
    55 #include <stdlib.h> 
    56 #include <string.h> 
    57 #include <sqlite3.h> 
    58 #include <sqlite3ext.h>*/ 
    59  
    60 //#include "common.h" 
    61  
    62 //using namespace std; 
    6342 
    6443