Skip to content

Commit af27c25

Browse files
author
gevorg95
committed
[ADD] Project CDV started
1 parent 11dc329 commit af27c25

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

src/cls/CDV/Utils.cls

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Class CDV.Utils Extends %Persistent
2+
{
3+
4+
Storage Default
5+
{
6+
<Data name="UtilsDefaultData">
7+
<Value name="1">
8+
<Value>%%CLASSNAME</Value>
9+
</Value>
10+
</Data>
11+
<DataLocation>^CDV.UtilsD</DataLocation>
12+
<DefaultData>UtilsDefaultData</DefaultData>
13+
<IdLocation>^CDV.UtilsD</IdLocation>
14+
<IndexLocation>^CDV.UtilsI</IndexLocation>
15+
<StreamLocation>^CDV.UtilsS</StreamLocation>
16+
<Type>%Library.CacheStorage</Type>
17+
}
18+
19+
}
20+

0 commit comments

Comments
 (0)