aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2010-04-23 13:58:10 +0000
committerAdam Tkac <atkac@redhat.com>2010-04-23 13:58:10 +0000
commit5a0caed91c3879413b23d6906341856d1cc31dc1 (patch)
treeacb2c9d01bcc7af73c2c85d843cd4ec97d414f5f /common/rfb
parentc58b3d11f7df6724475d76569469ee2e30b3ccae (diff)
downloadtigervnc-5a0caed91c3879413b23d6906341856d1cc31dc1.tar.gz
tigervnc-5a0caed91c3879413b23d6906341856d1cc31dc1.zip
[Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4033 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb')
-rw-r--r--common/rfb/CConnection.cxx2
-rw-r--r--common/rfb/CSecurityVncAuth.h2
-rw-r--r--common/rfb/Makefile.am4
-rw-r--r--common/rfb/SConnection.cxx2
-rw-r--r--common/rfb/SSecurityFactoryStandard.cxx2
-rw-r--r--common/rfb/SSecurityVncAuth.h2
-rw-r--r--common/rfb/Security.cxx (renamed from common/rfb/secTypes.cxx)0
-rw-r--r--common/rfb/Security.h (renamed from common/rfb/secTypes.h)0
-rw-r--r--common/rfb/VNCSConnectionST.cxx2
9 files changed, 8 insertions, 8 deletions
diff --git a/common/rfb/CConnection.cxx b/common/rfb/CConnection.cxx
index 36778f02..692fac4e 100644
--- a/common/rfb/CConnection.cxx
+++ b/common/rfb/CConnection.cxx
@@ -21,7 +21,7 @@
#include <rfb/CMsgReaderV3.h>
#include <rfb/CMsgWriterV3.h>
#include <rfb/CSecurity.h>
-#include <rfb/secTypes.h>
+#include <rfb/Security.h>
#include <rfb/CConnection.h>
#include <rfb/util.h>
diff --git a/common/rfb/CSecurityVncAuth.h b/common/rfb/CSecurityVncAuth.h
index 8d38d878..820222f6 100644
--- a/common/rfb/CSecurityVncAuth.h
+++ b/common/rfb/CSecurityVncAuth.h
@@ -19,7 +19,7 @@
#define __RFB_CSECURITYVNCAUTH_H__
#include <rfb/CSecurity.h>
-#include <rfb/secTypes.h>
+#include <rfb/Security.h>
namespace rfb {
diff --git a/common/rfb/Makefile.am b/common/rfb/Makefile.am
index 54213767..93189b99 100644
--- a/common/rfb/Makefile.am
+++ b/common/rfb/Makefile.am
@@ -13,7 +13,7 @@ HDRS = Blacklist.h CapsContainer.h CapsList.h CConnection.h \
PixelFormat.h PixelFormat.inl Pixel.h RawDecoder.h RawEncoder.h \
Rect.h Region.h rreDecode.h RREDecoder.h rreEncode.h RREEncoder.h \
ScaledPixelBuffer.h ScaleFilters.h SConnection.h ScreenSet.h \
- screenTypes.h SDesktop.h secTypes.h ServerCore.h SMsgHandler.h \
+ screenTypes.h SDesktop.h Security.h ServerCore.h SMsgHandler.h \
SMsgReader.h SMsgReaderV3.h SMsgWriter.h SMsgWriterV3.h \
SSecurityFactoryStandard.h SSecurity.h SSecurityNone.h \
SSecurityVncAuth.h Threading.h tightDecode.h TightDecoder.h \
@@ -39,7 +39,7 @@ librfb_la_SOURCES = $(HDRS) Blacklist.cxx CConnection.cxx CMsgHandler.cxx \
TightEncoder.cxx TightPalette.cxx TransImageGetter.cxx \
UpdateTracker.cxx VNCSConnectionST.cxx \
VNCServerST.cxx ZRLEEncoder.cxx ZRLEDecoder.cxx encodings.cxx \
- secTypes.cxx util.cxx
+ Security.cxx util.cxx
librfb_la_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/win
librfb_la_LIBADD =
diff --git a/common/rfb/SConnection.cxx b/common/rfb/SConnection.cxx
index 30def29e..83e1599c 100644
--- a/common/rfb/SConnection.cxx
+++ b/common/rfb/SConnection.cxx
@@ -18,7 +18,7 @@
#include <stdio.h>
#include <string.h>
#include <rfb/Exception.h>
-#include <rfb/secTypes.h>
+#include <rfb/Security.h>
#include <rfb/msgTypes.h>
#include <rfb/CapsList.h>
#include <rfb/SMsgReaderV3.h>
diff --git a/common/rfb/SSecurityFactoryStandard.cxx b/common/rfb/SSecurityFactoryStandard.cxx
index a0726986..01f77bfc 100644
--- a/common/rfb/SSecurityFactoryStandard.cxx
+++ b/common/rfb/SSecurityFactoryStandard.cxx
@@ -19,7 +19,7 @@
// SSecurityFactoryStandard
//
-#include <rfb/secTypes.h>
+#include <rfb/Security.h>
#include <rfb/SSecurityNone.h>
#include <rfb/Configuration.h>
#include <rfb/LogWriter.h>
diff --git a/common/rfb/SSecurityVncAuth.h b/common/rfb/SSecurityVncAuth.h
index 1d0a82de..1f7e6ece 100644
--- a/common/rfb/SSecurityVncAuth.h
+++ b/common/rfb/SSecurityVncAuth.h
@@ -25,7 +25,7 @@
#define __RFB_SSECURITYVNCAUTH_H__
#include <rfb/SSecurity.h>
-#include <rfb/secTypes.h>
+#include <rfb/Security.h>
#include <rdr/types.h>
namespace rfb {
diff --git a/common/rfb/secTypes.cxx b/common/rfb/Security.cxx
index 830d8444..830d8444 100644
--- a/common/rfb/secTypes.cxx
+++ b/common/rfb/Security.cxx
diff --git a/common/rfb/secTypes.h b/common/rfb/Security.h
index 3cf783bd..3cf783bd 100644
--- a/common/rfb/secTypes.h
+++ b/common/rfb/Security.h
diff --git a/common/rfb/VNCSConnectionST.cxx b/common/rfb/VNCSConnectionST.cxx
index 05796320..29ce5e59 100644
--- a/common/rfb/VNCSConnectionST.cxx
+++ b/common/rfb/VNCSConnectionST.cxx
@@ -19,7 +19,7 @@
#include <rfb/VNCSConnectionST.h>
#include <rfb/LogWriter.h>
-#include <rfb/secTypes.h>
+#include <rfb/Security.h>
#include <rfb/screenTypes.h>
#include <rfb/ServerCore.h>
#include <rfb/ComparingUpdateTracker.h>