Skip to content

Commit

Permalink
Removed storage
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 authored Nov 25, 2016
1 parent 7d828be commit d5338fd
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/cls/CDV/CDV.cls
Original file line number Diff line number Diff line change
Expand Up @@ -91,23 +91,5 @@ ClassMethod ValidateClassObjects(Class As %String, ByRef Oid As %String) As %Sta
Quit sc
}

Storage Default
{
<Data name="CDVDefaultData">
<Value name="1">
<Value>%%CLASSNAME</Value>
</Value>
<Value name="2">
<Value>Name</Value>
</Value>
</Data>
<DataLocation>^CDV.CDVD</DataLocation>
<DefaultData>CDVDefaultData</DefaultData>
<IdLocation>^CDV.CDVD</IdLocation>
<IndexLocation>^CDV.CDVI</IndexLocation>
<StreamLocation>^CDV.CDVS</StreamLocation>
<Type>%Library.CacheStorage</Type>
}

}

0 comments on commit d5338fd

Please sign in to comment.