Module: IcePatch2

Defined in:
lib/IcePatch2/FileInfo.rb,
lib/IcePatch2/FileServer.rb

Defined Under Namespace

Modules: FileServerPrx_mixin, FileServer_Mixin Classes: FileAccessException, FileInfo, FileServerPrx, FileSizeRangeException, LargeFileInfo, PartitionOutOfRangeException

Constant Summary collapse

T_FileInfo =
::Ice::__defineStruct('::IcePatch2::FileInfo', FileInfo, [
    ["path", ::Ice::T_string],
    ["checksum", ::Ice::T_ByteSeq],
    ["size", ::Ice::T_int],
    ["executable", ::Ice::T_bool]
])
T_FileInfoSeq =
::Ice::__defineSequence('::IcePatch2::FileInfoSeq', ::IcePatch2::T_FileInfo)
T_LargeFileInfo =
::Ice::__defineStruct('::IcePatch2::LargeFileInfo', LargeFileInfo, [
    ["path", ::Ice::T_string],
    ["checksum", ::Ice::T_ByteSeq],
    ["size", ::Ice::T_long],
    ["executable", ::Ice::T_bool]
])
T_LargeFileInfoSeq =
::Ice::__defineSequence('::IcePatch2::LargeFileInfoSeq', ::IcePatch2::T_LargeFileInfo)
T_ByteSeqSeq =
::Ice::__defineSequence('::IcePatch2::ByteSeqSeq', ::Ice::T_ByteSeq)
T_PartitionOutOfRangeException =
::Ice::__defineException('::IcePatch2::PartitionOutOfRangeException', PartitionOutOfRangeException, false, nil, [])
T_FileAccessException =
::Ice::__defineException('::IcePatch2::FileAccessException', FileAccessException, false, nil, [["reason", ::Ice::T_string, false, 0]])
T_FileSizeRangeException =
::Ice::__defineException('::IcePatch2::FileSizeRangeException', FileSizeRangeException, false, ::IcePatch2::T_FileAccessException, [])
T_FileServer =
::Ice::__declareClass('::IcePatch2::FileServer')
T_FileServerPrx =
::Ice::__declareProxy('::IcePatch2::FileServer')