Renamed spawn.cpp/h to Shell.cpp/h and updated the other source files to

take this change into account


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21629 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2007-07-17 08:04:36 +00:00
parent f3d05c8b3a
commit 37b209af04
7 changed files with 8 additions and 10 deletions

View File

@ -15,7 +15,7 @@ Application Terminal :
PrefHandler.cpp
PrefView.cpp
PrefWindow.cpp
spawn.cpp
Shell.cpp
TermApp.cpp
TermBaseView.cpp
TermBuffer.cpp

View File

@ -11,7 +11,7 @@
#include "PrefHandler.h"
#include "PrefWindow.h"
#include "PrefView.h"
#include "spawn.h"
#include "Shell.h"
#include "TermConst.h"
#include <Alert.h>

View File

@ -47,7 +47,7 @@
#include <OS.h>
#include "TermConst.h"
#include "spawn.h"
#include "Shell.h"
#include "PrefHandler.h"
extern PrefHandler *gTermPref;

View File

@ -29,8 +29,8 @@
*
*/
#ifndef SPAWN_H
#define SPAWN_H
#ifndef _SHELL_H
#define _SHELL_H
#define MAXPTTYS 16 * 4
@ -106,4 +106,4 @@ private:
int fFd;
};
#endif /* SPAWN_H */
#endif // _SHELL_H

View File

@ -11,7 +11,6 @@
#include "CodeConv.h"
#include "PrefHandler.h"
//#include "spawn.h"
#include "TermBuffer.h"
#include "TermWindow.h"
#include "TermConst.h"
@ -25,7 +24,6 @@
#include <String.h>
#include <TextView.h>
//#include <signal.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -22,7 +22,7 @@
#include "PrefHandler.h"
#include "MenuUtil.h"
#include "PrefView.h"
#include "spawn.h"
#include "Shell.h"
#include <Autolock.h>
#include <Beep.h>

View File

@ -40,7 +40,7 @@
#include "TermView.h"
#include "TermWindow.h"
#include "TermConst.h"
#include "spawn.h"
#include "Shell.h"
// Global Preference Handler