source: dev/trunk/ab5.0/abdev/abdev/src/WindowComponents/PartialManager/TextEditPartialManager.cpp@ 632

Last change on this file since 632 was 632, checked in by dai_9181, 16 years ago

ジェネリッククラスの型パラメータに値型が指定されたときに限り、テンプレート展開を行うようにした。

TODO: libファイルを跨ってテンプレート展開ができていないため、ソースコード管理部分に手を加える必要あり。

File size: 312 bytes
Line 
1#include "stdafx.h"
2
3using namespace ActiveBasic::IDE;
4/*
5bool TextEditPartialManager::CanUndo() const
6{
7}
8bool TextEditPartialManager::CanRedo() const
9{
10}
11
12void TextEditPartialManager::Undo()
13{
14}
15void TextEditPartialManager::Redo()
16{
17}
18
19void TextEditPartialManager::NoticeChangeset()
20{
21}
22*/
Note: See TracBrowser for help on using the repository browser.