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:
parent
f3d05c8b3a
commit
37b209af04
@ -15,7 +15,7 @@ Application Terminal :
|
||||
PrefHandler.cpp
|
||||
PrefView.cpp
|
||||
PrefWindow.cpp
|
||||
spawn.cpp
|
||||
Shell.cpp
|
||||
TermApp.cpp
|
||||
TermBaseView.cpp
|
||||
TermBuffer.cpp
|
||||
|
@ -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>
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include <OS.h>
|
||||
|
||||
#include "TermConst.h"
|
||||
#include "spawn.h"
|
||||
#include "Shell.h"
|
||||
#include "PrefHandler.h"
|
||||
|
||||
extern PrefHandler *gTermPref;
|
@ -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
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include "TermView.h"
|
||||
#include "TermWindow.h"
|
||||
#include "TermConst.h"
|
||||
#include "spawn.h"
|
||||
#include "Shell.h"
|
||||
|
||||
|
||||
// Global Preference Handler
|
||||
|
Loading…
Reference in New Issue
Block a user