Browse Source

[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
tags/v1.0.90
Adam Tkac 14 years ago
parent
commit
5a0caed91c

+ 1
- 1
common/rfb/CConnection.cxx View File

@@ -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>


+ 1
- 1
common/rfb/CSecurityVncAuth.h View File

@@ -19,7 +19,7 @@
#define __RFB_CSECURITYVNCAUTH_H__

#include <rfb/CSecurity.h>
#include <rfb/secTypes.h>
#include <rfb/Security.h>

namespace rfb {


+ 2
- 2
common/rfb/Makefile.am View File

@@ -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 =

+ 1
- 1
common/rfb/SConnection.cxx View File

@@ -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>

+ 1
- 1
common/rfb/SSecurityFactoryStandard.cxx View File

@@ -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>

+ 1
- 1
common/rfb/SSecurityVncAuth.h View File

@@ -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 {

common/rfb/secTypes.cxx → common/rfb/Security.cxx View File


common/rfb/secTypes.h → common/rfb/Security.h View File


+ 1
- 1
common/rfb/VNCSConnectionST.cxx View File

@@ -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>

+ 1
- 1
unix/vncviewer/CConn.cxx View File

@@ -24,7 +24,7 @@
#include "CConn.h"
#include <rfb/CMsgWriter.h>
#include <rfb/encodings.h>
#include <rfb/secTypes.h>
#include <rfb/Security.h>
#include <rfb/CSecurityNone.h>
#include <rfb/CSecurityVncAuth.h>
#include <rfb/Hostname.h>

+ 1
- 1
win/vncconfig/Legacy.h View File

@@ -26,7 +26,7 @@
#include <rfb_win32/Dialog.h>
#include <rfb_win32/MsgBox.h>
#include <rfb/ServerCore.h>
#include <rfb/secTypes.h>
#include <rfb/Security.h>

namespace rfb {


+ 1
- 1
win/vncviewer/CConn.cxx View File

@@ -23,7 +23,7 @@
#include <vncviewer/CConnThread.h>
#include <vncviewer/resource.h>
#include <rfb/encodings.h>
#include <rfb/secTypes.h>
#include <rfb/Security.h>
#include <rfb/CSecurityNone.h>
#include <rfb/CSecurityVncAuth.h>
#include <rfb/CMsgWriter.h>

+ 1
- 1
win/vncviewer/InfoDialog.cxx View File

@@ -18,7 +18,7 @@
#include <vncviewer/InfoDialog.h>
#include <vncviewer/resource.h>
#include <vncviewer/CConn.h>
#include <rfb/secTypes.h>
#include <rfb/Security.h>
#include <rfb/encodings.h>
#include <rfb/CSecurity.h>
#include <rfb/LogWriter.h>

Loading…
Cancel
Save