Rename Shared to shared and Misc to misc.

This commit is contained in:
Ryan Prichard 2012-04-01 02:13:21 -07:00
parent 17eaaadcec
commit a7bc8fcf9d
33 changed files with 17 additions and 17 deletions

View File

@ -24,9 +24,9 @@
#include "Terminal.h"
#include "NamedPipe.h"
#include "AgentAssert.h"
#include "../Shared/DebugClient.h"
#include "../Shared/AgentMsg.h"
#include "../Shared/Buffer.h"
#include "../shared/DebugClient.h"
#include "../shared/AgentMsg.h"
#include "../shared/Buffer.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -19,7 +19,7 @@
// IN THE SOFTWARE.
#include "AgentAssert.h"
#include "../Shared/DebugClient.h"
#include "../shared/DebugClient.h"
#include <stdlib.h>
// Calling the standard assert() function does not work in the agent because

View File

@ -20,4 +20,4 @@
// This is a hack. I want to compile DebugClient.cc into the project,
// and I don't know how to setup a Makefile to do it.
#include "../Shared/DebugClient.cc"
#include "../shared/DebugClient.cc"

View File

@ -21,7 +21,7 @@
#include "ConsoleInput.h"
#include "Win32Console.h"
#include "DsrSender.h"
#include "../Shared/DebugClient.h"
#include "../shared/DebugClient.h"
#include <string.h>
#include <stdio.h>

View File

@ -21,7 +21,7 @@
#include "EventLoop.h"
#include "NamedPipe.h"
#include "AgentAssert.h"
#include "../Shared/DebugClient.h"
#include "../shared/DebugClient.h"
EventLoop::EventLoop() : m_exiting(false), m_pollInterval(0)
{

View File

@ -21,7 +21,7 @@
#include "NamedPipe.h"
#include "EventLoop.h"
#include "AgentAssert.h"
#include "../Shared/DebugClient.h"
#include "../shared/DebugClient.h"
#include <string.h>
NamedPipe::NamedPipe() :

View File

@ -20,7 +20,7 @@
#include "Win32Console.h"
#include "AgentAssert.h"
#include "../Shared/DebugClient.h"
#include "../shared/DebugClient.h"
#include <windows.h>
Win32Console::Win32Console()

View File

@ -20,4 +20,4 @@
// This is a hack. I want to compile DebugClient.cc into the project,
// and I don't know how to setup a Makefile to do it.
#include "../Shared/DebugClient.cc"
#include "../shared/DebugClient.cc"

View File

@ -27,9 +27,9 @@
#include <string>
#include <vector>
#include <sstream>
#include "../Shared/DebugClient.h"
#include "../Shared/AgentMsg.h"
#include "../Shared/Buffer.h"
#include "../shared/DebugClient.h"
#include "../shared/AgentMsg.h"
#include "../shared/Buffer.h"
// TODO: Error handling, handle out-of-memory.

View File

View File

@ -1,5 +1,5 @@
#define _WIN32_WINNT 0x0501
#include "../Shared/DebugClient.cc"
#include "../shared/DebugClient.cc"
#include <windows.h>
#include <stdio.h>

View File

@ -4,7 +4,7 @@
*/
#define _WIN32_WINNT 0x0501
#include "../Shared/DebugClient.cc"
#include "../shared/DebugClient.cc"
#include <windows.h>
#include <stdio.h>

View File

@ -18,4 +18,4 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.
#include "../Shared/DebugClient.cc"
#include "../shared/DebugClient.cc"

View File

@ -31,7 +31,7 @@
#include <errno.h>
#include <pthread.h>
#include <winpty.h>
#include "../Shared/DebugClient.h"
#include "../shared/DebugClient.h"
#include <string>