From d645c56afbc77d3e563233cfa9d82ce156ebece9 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 12 Jan 2011 13:59:07 +0000 Subject: [PATCH] git-svn-id: svn://qnap.local/TwoTerm/trunk@1990 5590a31f-7b70-45f8-8c82-aa3a8e5f4507 --- cpp/{Screen_Texport.cpp => Screen_TextPort.cpp} | 0 cpp/Screen_obsolete.cpp | 9 +++++++++ 2 files changed, 9 insertions(+) rename cpp/{Screen_Texport.cpp => Screen_TextPort.cpp} (100%) create mode 100644 cpp/Screen_obsolete.cpp diff --git a/cpp/Screen_Texport.cpp b/cpp/Screen_TextPort.cpp similarity index 100% rename from cpp/Screen_Texport.cpp rename to cpp/Screen_TextPort.cpp diff --git a/cpp/Screen_obsolete.cpp b/cpp/Screen_obsolete.cpp new file mode 100644 index 0000000..3967d18 --- /dev/null +++ b/cpp/Screen_obsolete.cpp @@ -0,0 +1,9 @@ +// +// Screen_Texport.cpp +// 2Term +// +// Created by Kelvin Sherlock on 1/11/2011. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#include "Screen.h"