Update of /cvsroot/cpptool/rfta/src/rftavc6addin
In directory sc8-pr-cvs1:/tmp/cvs-serv15240
Modified Files:
.cvsignore
Added Files:
SplitLocaleVariableDialog.h RftaInlineLocalVarDialog.h
Log Message:
-- dialogs for the new refactorings
--- NEW FILE: SplitLocaleVariableDialog.h ---
#if !defined(AFX_SPLITLOCALEVARIABLEDIALOG_H__3CE35443_0DDD_40CB_A445_ED1B50A946FA__INCLUDED_)
#define AFX_SPLITLOCALEVARIABLEDIALOG_H__3CE35443_0DDD_40CB_A445_ED1B50A946FA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SplitLocaleVariableDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// SplitLocaleVariableDialog dialog
class SplitLocaleVariableDialog : public CDialog
{
// Construction
public:
SplitLocaleVariableDialog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(SplitLocaleVariableDialog)
enum { IDD = IDD_SPLIT_LOCAL_VAR };
CString m_NewVariableName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(SplitLocaleVariableDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(SplitLocaleVariableDialog)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SPLITLOCALEVARIABLEDIALOG_H__3CE35443_0DDD_40CB_A445_ED1B50A946FA__INCLUDED_)
--- NEW FILE: RftaInlineLocalVarDialog.h ---
#if !defined(AFX_RFTAINLINELOCALVARDIALOG_H__529FC0DC_6793_483D_B8D5_55D22A5AF808__INCLUDED_)
#define AFX_RFTAINLINELOCALVARDIALOG_H__529FC0DC_6793_483D_B8D5_55D22A5AF808__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RftaInlineLocalVarDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// RftaInlineLocalVarDialog dialog
class RftaInlineLocalVarDialog : public CDialog
{
// Construction
public:
RftaInlineLocalVarDialog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(RftaInlineLocalVarDialog)
enum { IDD = IDD_INLINE_LOCAL_VARIABLE };
CString m_VariableName;
BOOL m_AddBraces;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(RftaInlineLocalVarDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(RftaInlineLocalVarDialog)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RFTAINLINELOCALVARDIALOG_H__529FC0DC_6793_483D_B8D5_55D22A5AF808__INCLUDED_)
Index: .cvsignore
===================================================================
RCS file: /cvsroot/cpptool/rfta/src/rftavc6addin/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .cvsignore 20 Dec 2002 08:30:37 -0000 1.1
--- .cvsignore 7 Jan 2003 18:51:24 -0000 1.2
***************
*** 3,5 ****
*.WW
*.c
! *.h
--- 3,5 ----
*.WW
*.c
!
|