Show
Ignore:
Timestamp:
09/27/05 14:51:10 (3 years ago)
Author:
ross
Message:

moved non library code from /osc to /tests and /examples, made all cross-directory includes relative to base directory eg. updated makefile (untested)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • oscpack/trunk/tests/OscReceiveTest.cpp

    r20 r29  
    3333#include <iostream> 
    3434 
    35 #include "OscReceivedElements.h" 
    36  
    37 #include "UdpSocket.h" 
    38 #include "OscPacketListener.h" 
     35#include "osc/OscReceivedElements.h" 
     36 
     37#include "ip/UdpSocket.h" 
     38#include "osc/OscPacketListener.h" 
    3939 
    4040 
  • oscpack/trunk/tests/OscSendTests.cpp

    r16 r29  
    3333#include <string.h> 
    3434 
    35 #include "OscOutboundPacketStream.h" 
    36  
    37 #include "UdpSocket.h" 
    38 #include "IpEndpointName.h" 
     35#include "osc/OscOutboundPacketStream.h" 
     36 
     37#include "ip/UdpSocket.h" 
     38#include "ip/IpEndpointName.h" 
    3939 
    4040#define IP_MTU_SIZE 1536 
  • oscpack/trunk/tests/OscUnitTests.cpp

    r16 r29  
    3333#include <iomanip> 
    3434 
    35 #include "OscReceivedElements.h" 
    36 #include "OscPrintReceivedElements.h" 
    37 #include "OscOutboundPacketStream.h" 
     35#include "osc/OscReceivedElements.h" 
     36#include "osc/OscPrintReceivedElements.h" 
     37#include "osc/OscOutboundPacketStream.h" 
    3838 
    3939