Skip to content

Commit

Permalink
Fixed NULL error
Browse files Browse the repository at this point in the history
  • Loading branch information
JLFC committed Mar 19, 2014
1 parent 66e1a16 commit 3335b82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/MsgHandler.cpp
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
#include <MsgHandler.h>
#include <IpmiMessage.h>
#include <IpmiCommandDefines.h>
#include <BashScriptDefines.h>

#include <ChassisCMD.h>
#include <ChannelCMD.h>
#include <LANCMD.h>
#include <PefCMD.h>
#include <SessionCMD.h>
#include <SoLCMD.h>

#include <fstream>
#include <stdlib.h>

using namespace IpmiCommandDefines;
extern std::ofstream log_file;
Expand Down
15 changes: 15 additions & 0 deletions src/MsgHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
#define MSGHANDLER_H

#include <map>
#include <stddef.h>

#include <IpmiMessage.h>
#include <IpmiCommandDefines.h>
#include <BashScriptDefines.h>

#include <ChassisCMD.h>
#include <ChannelCMD.h>
#include <LANCMD.h>
#include <PefCMD.h>
#include <SessionCMD.h>
#include <SoLCMD.h>

#include <fstream>
#include <stdlib.h>

class I_Command;
class IpmiMessage;
Expand Down

0 comments on commit 3335b82

Please sign in to comment.