Merge pull request #3477 from Unity-Technologies/create-delegate-exception
[mono.git] / mcs / class / System.Data / System.Data.SqlClient / SqlDependency.cs
index 297092fef8cb1a1074087ec89eee88076864409f..3962bf4f55c9fa193525a4f35a2e51b7d4a617d5 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
 using System;
 using System.Security.Permissions;
 using System.Data;
 using System.Data.SqlClient;
 
-namespace System.Data
+namespace System.Data.SqlClient
 {
        public sealed class SqlDependency
        {
+#region ReferenceSource
+               internal const Bid.ApiGroup NotificationsTracePoints = (Bid.ApiGroup)0x2000;
+#endregion
+
                string uniqueId =  Guid.NewGuid().ToString();
 
                        [MonoTODO]
@@ -101,4 +104,3 @@ namespace System.Data
                
        }
 }
-#endif 
\ No newline at end of file