Changeset 142

Show
Ignore:
Timestamp:
03/12/09 00:36:00 (15 years ago)
Author:
bhilburn
Message:

Moving commonly defined & used socket functions to their own header file. Right
now, all of the code there is just copy and pasted. Need to rewrite it to be
proper C++.

Location:
vtcross/branches/bhilburn/src/include/vtcross
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/bhilburn/src/include/vtcross/Makefile.am

    r139 r142  
    1 include_HEADERS = error.h debug.h cbr.h components.h containers.h libvtcross.h common.h config.h 
     1include_HEADERS = error.h debug.h socket_comm.h cbr.h components.h \ 
     2                                  containers.h libvtcross.h common.h config.h