Files
Work/remotepsapp/smk
2024-08-07 09:16:27 -04:00

116 lines
3.1 KiB
Plaintext

Comparing files mainfrm.hpp and E:mainfrm.hPP
FC: no differences encountered
Comparing files remoteps.hpp and E:remoteps.hPP
FC: no differences encountered
Comparing files processview.cpp and E:processview.cPP
***** processview.cpp
#include <common/windows.hpp>
#include <imagelst/ftree.hpp>
***** E:processview.cPP
#include <common/windows.hpp>
#include <common/mdifrm.hpp>
#include <imagelst/ftree.hpp>
*****
Comparing files processview.hpp and E:processview.hPP
FC: no differences encountered
Comparing files connectiondialog.hpp and E:connectiondialog.hPP
FC: no differences encountered
Comparing files connectiondialog.cpp and E:connectiondialog.cPP
FC: no differences encountered
Comparing files Mainfrm.cpp and E:Mainfrm.cPP
FC: no differences encountered
Comparing files main.cpp and E:main.cPP
FC: no differences encountered
Comparing files viewdialog.hpp and E:viewdialog.hPP
***** viewdialog.hpp
#endif
#ifndef _THREAD_MUTEX_HPP_
***** E:viewdialog.hPP
#endif
#ifndef _COMMON_MDIWIN_HPP_
#include <common/mdiwin.hpp>
#endif
#ifndef _THREAD_MUTEX_HPP_
*****
***** viewdialog.hpp
virtual ~ViewDialog();
bool perform(GUIWindow &parentWindow,SmartPointer<StatusBarEx> &statusBar);
bool handleConnect(const String &serverName);
***** E:viewdialog.hPP
virtual ~ViewDialog();
bool perform(MDIWindow &parentWindow,SmartPointer<StatusBarEx> &statusBar);
bool handleConnect(const String &serverName);
*****
Comparing files viewdialog.cpp and E:viewdialog.cPP
***** viewdialog.cpp
#include <common/stdio.hpp>
#include <com/cominit.hpp>
***** E:viewdialog.cPP
#include <common/stdio.hpp>
#include <common/mdifrm.hpp>
#include <com/cominit.hpp>
*****
***** viewdialog.cpp
bool ViewDialog::perform(GUIWindow &parentWindow,SmartPointer<StatusBarEx> &statusBar)
{
***** E:viewdialog.cPP
bool ViewDialog::perform(MDIWindow &parentWindow,SmartPointer<StatusBarEx> &statusBar)
{
*****
***** viewdialog.cpp
mStatusBar=statusBar;
return ::CreateDialogParam(processInstance(),(LPSTR)"VIEWDIALOG",(HWND)parentWindow,DWindow::DlgProc,(LPARAM)(DWindow*)this);
}
***** E:viewdialog.cPP
mStatusBar=statusBar;
createDialogParam(*(parentWindow.getFrame()),parentWindow,String("VIEWDIALOG"),(LPARAM)(DWindow*)this);
return isValid();
}
*****
Comparing files ProcessList.hpp and E:ProcessList.hPP
FC: no differences encountered
Comparing files ASMUTIL.HPP and E:ASMUTIL.HPP
FC: no differences encountered
Comparing files ProcessItem.hpp and E:ProcessItem.hPP
FC: no differences encountered
Comparing files RemoteProcessInfo.cpp and E:RemoteProcessInfo.cPP
FC: no differences encountered
Comparing files RGB888.HPP and E:RGB888.HPP
FC: no differences encountered
Comparing files RemoteProcessInfo.hpp and E:RemoteProcessInfo.hPP
FC: no differences encountered
Comparing files pureimg.cpp and E:pureimg.cPP
FC: no differences encountered
Comparing files rawimg.hpp and E:rawimg.hPP
FC: no differences encountered
Comparing files rawimg.cpp and E:rawimg.cPP
FC: no differences encountered
Comparing files pureimg.hpp and E:pureimg.hPP
FC: no differences encountered