]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
It appears I suck at getting things in the right directory.
authorJames Green <james.green@stealthnet.net>
Wed, 13 Sep 2006 15:35:24 +0000 (15:35 +0000)
committerJames Green <james.green@stealthnet.net>
Wed, 13 Sep 2006 15:35:24 +0000 (15:35 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2683 d0543943-73ff-0310-b7d9-9358b9ac24b2

72 files changed:
src/dotnet/Common.cs [moved from src/dotnet/dotnet/Common.cs with 100% similarity]
src/dotnet/FreeSwitch.NET.csproj [moved from src/dotnet/dotnet/FreeSwitch.NET.csproj with 100% similarity]
src/dotnet/Makefile [moved from src/dotnet/dotnet/Makefile with 100% similarity]
src/dotnet/Marshaling/BufferMarshaler.cs [moved from src/dotnet/dotnet/Marshaling/BufferMarshaler.cs with 100% similarity]
src/dotnet/Marshaling/CallerExtensionMarshaler.cs [moved from src/dotnet/dotnet/Marshaling/CallerExtensionMarshaler.cs with 100% similarity]
src/dotnet/Marshaling/CallerProfileMarshaler.cs [moved from src/dotnet/dotnet/Marshaling/CallerProfileMarshaler.cs with 100% similarity]
src/dotnet/Marshaling/ChannelMarshaler.cs [moved from src/dotnet/dotnet/Marshaling/ChannelMarshaler.cs with 100% similarity]
src/dotnet/Marshaling/ChannelTimetableMarshaler.cs [moved from src/dotnet/dotnet/Marshaling/ChannelTimetableMarshaler.cs with 100% similarity]
src/dotnet/Marshaling/CoreSessionMarshaler.cs [moved from src/dotnet/dotnet/Marshaling/CoreSessionMarshaler.cs with 100% similarity]
src/dotnet/Marshaling/EventMarshaler.cs [moved from src/dotnet/dotnet/Marshaling/EventMarshaler.cs with 100% similarity]
src/dotnet/Marshaling/FileHandleMarshaler.cs [moved from src/dotnet/dotnet/Marshaling/FileHandleMarshaler.cs with 100% similarity]
src/dotnet/Marshaling/MemoryPoolMarshaler.cs [moved from src/dotnet/dotnet/Marshaling/MemoryPoolMarshaler.cs with 100% similarity]
src/dotnet/Marshaling/StreamHandleMarshaler.cs [moved from src/dotnet/dotnet/Marshaling/StreamHandleMarshaler.cs with 100% similarity]
src/dotnet/Marshaling/Types/ApiInterfaceMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/ApiInterfaceMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/ApplicationInterfaceMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/ApplicationInterfaceMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/BufferMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/BufferMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/CallerExtensionMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/CallerExtensionMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/CallerProfileMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/CallerProfileMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/ChannelFlagMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/ChannelFlagMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/ChannelMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/ChannelMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/ChannelStateMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/ChannelStateMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/ChannelTimetableMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/ChannelTimetableMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/CodecImplementationMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/CodecImplementationMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/CodecInterfaceMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/CodecInterfaceMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/CodecMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/CodecMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/CodecTypeMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/CodecTypeMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/CoreSessionMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/CoreSessionMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/EventMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/EventMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/FileHandleMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/FileHandleMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/FrameMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/FrameMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/IOEventHooksMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/IOEventHooksMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/LoadableModuleInterfaceMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/LoadableModuleInterfaceMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/LoadableModuleMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/LoadableModuleMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/StreamHandleMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/StreamHandleMarshal.cs with 100% similarity]
src/dotnet/Marshaling/Types/TypesMarshal.cs [moved from src/dotnet/dotnet/Marshaling/Types/TypesMarshal.cs with 100% similarity]
src/dotnet/Module.cs [moved from src/dotnet/dotnet/Module.cs with 100% similarity]
src/dotnet/Modules/Api.cs [moved from src/dotnet/dotnet/Modules/Api.cs with 100% similarity]
src/dotnet/Modules/Application.cs [moved from src/dotnet/dotnet/Modules/Application.cs with 100% similarity]
src/dotnet/Properties/AssemblyInfo.cs [moved from src/dotnet/dotnet/Properties/AssemblyInfo.cs with 100% similarity]
src/dotnet/Switch/CallerProfile.cs [moved from src/dotnet/dotnet/Switch/CallerProfile.cs with 100% similarity]
src/dotnet/Switch/Channel.cs [moved from src/dotnet/dotnet/Switch/Channel.cs with 100% similarity]
src/dotnet/Switch/Console.cs [moved from src/dotnet/dotnet/Switch/Console.cs with 100% similarity]
src/dotnet/Switch/CoreSession.cs [moved from src/dotnet/dotnet/Switch/CoreSession.cs with 100% similarity]
src/dotnet/Switch/Ivr.cs [moved from src/dotnet/dotnet/Switch/Ivr.cs with 100% similarity]
src/dotnet/Switch/LoadableModule.cs [moved from src/dotnet/dotnet/Switch/LoadableModule.cs with 100% similarity]
src/dotnet/Switch/StreamHandle.cs [moved from src/dotnet/dotnet/Switch/StreamHandle.cs with 100% similarity]
src/dotnet/Types/ApiFunction.cs [moved from src/dotnet/dotnet/Types/ApiFunction.cs with 100% similarity]
src/dotnet/Types/ApplicationFunction.cs [moved from src/dotnet/dotnet/Types/ApplicationFunction.cs with 100% similarity]
src/dotnet/Types/ApplicationInterface.cs [moved from src/dotnet/dotnet/Types/ApplicationInterface.cs with 100% similarity]
src/dotnet/Types/Buffer.cs [moved from src/dotnet/dotnet/Types/Buffer.cs with 100% similarity]
src/dotnet/Types/CallCause.cs [moved from src/dotnet/dotnet/Types/CallCause.cs with 100% similarity]
src/dotnet/Types/CallerExtension.cs [moved from src/dotnet/dotnet/Types/CallerExtension.cs with 100% similarity]
src/dotnet/Types/CallerProfile.cs [moved from src/dotnet/dotnet/Types/CallerProfile.cs with 100% similarity]
src/dotnet/Types/Channel.cs [moved from src/dotnet/dotnet/Types/Channel.cs with 100% similarity]
src/dotnet/Types/ChannelFlag.cs [moved from src/dotnet/dotnet/Types/ChannelFlag.cs with 100% similarity]
src/dotnet/Types/ChannelState.cs [moved from src/dotnet/dotnet/Types/ChannelState.cs with 100% similarity]
src/dotnet/Types/ChannelTimetable.cs [moved from src/dotnet/dotnet/Types/ChannelTimetable.cs with 100% similarity]
src/dotnet/Types/CoreSession.cs [moved from src/dotnet/dotnet/Types/CoreSession.cs with 100% similarity]
src/dotnet/Types/DtmfCallbackFunction.cs [moved from src/dotnet/dotnet/Types/DtmfCallbackFunction.cs with 100% similarity]
src/dotnet/Types/Event.cs [moved from src/dotnet/dotnet/Types/Event.cs with 100% similarity]
src/dotnet/Types/FileHandle.cs [moved from src/dotnet/dotnet/Types/FileHandle.cs with 100% similarity]
src/dotnet/Types/InputCallbackFunction.cs [moved from src/dotnet/dotnet/Types/InputCallbackFunction.cs with 100% similarity]
src/dotnet/Types/InputType.cs [moved from src/dotnet/dotnet/Types/InputType.cs with 100% similarity]
src/dotnet/Types/LoadableModule.cs [moved from src/dotnet/dotnet/Types/LoadableModule.cs with 100% similarity]
src/dotnet/Types/LoadableModuleInterface.cs [moved from src/dotnet/dotnet/Types/LoadableModuleInterface.cs with 100% similarity]
src/dotnet/Types/MemoryPool.cs [moved from src/dotnet/dotnet/Types/MemoryPool.cs with 100% similarity]
src/dotnet/Types/Module.cs [moved from src/dotnet/dotnet/Types/Module.cs with 100% similarity]
src/dotnet/Types/ModuleInterfaces.cs [moved from src/dotnet/dotnet/Types/ModuleInterfaces.cs with 100% similarity]
src/dotnet/Types/Status.cs [moved from src/dotnet/dotnet/Types/Status.cs with 100% similarity]
src/dotnet/Types/StreamHandle.cs [moved from src/dotnet/dotnet/Types/StreamHandle.cs with 100% similarity]
src/dotnet/Types/TextChannel.cs [moved from src/dotnet/dotnet/Types/TextChannel.cs with 100% similarity]
src/dotnet/public.snk [moved from src/dotnet/dotnet/public.snk with 100% similarity]