diff options
author | Jeff Ames | 2008-05-16 01:22:11 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 01:22:11 +0000 |
commit | 65c5efe43b68700bad94076d4cd421160203c5de (patch) | |
tree | 589b56649ed02f4942671fd6e51c6dc43f682e0d /OpenSim/Framework/IClientAPI2.cs | |
parent | Thank you very much, mjm for : (diff) | |
download | opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.zip opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.gz opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.bz2 opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Framework/IClientAPI2.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI2.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI2.cs b/OpenSim/Framework/IClientAPI2.cs index 684f3e8..aa70dc3 100644 --- a/OpenSim/Framework/IClientAPI2.cs +++ b/OpenSim/Framework/IClientAPI2.cs | |||
@@ -5,14 +5,14 @@ namespace OpenSim.Framework | |||
5 | #region Args Classes | 5 | #region Args Classes |
6 | public class ICA2_ConnectionArgs : EventArgs | 6 | public class ICA2_ConnectionArgs : EventArgs |
7 | { | 7 | { |
8 | 8 | ||
9 | } | 9 | } |
10 | 10 | ||
11 | public class ICA2_DisconnectionArgs : EventArgs | 11 | public class ICA2_DisconnectionArgs : EventArgs |
12 | { | 12 | { |
13 | public bool Forced; | 13 | public bool Forced; |
14 | 14 | ||
15 | // Static Constructor | 15 | // Static Constructor |
16 | // Allows us to recycle these classes later more easily from a pool. | 16 | // Allows us to recycle these classes later more easily from a pool. |
17 | public static ICA2_DisconnectionArgs Create(bool forced) | 17 | public static ICA2_DisconnectionArgs Create(bool forced) |
18 | { | 18 | { |